home *** CD-ROM | disk | FTP | other *** search
/ C++ für Kids / C++ for kids.iso / PRODINFO / COBB / BCJ1_1B8.GIF < prev    next >
Graphics Interchange Format  |  1997-02-12  |  6KB  |  455x223  |  4-bit (6 colors)
Labels: text | screenshot | display | font | software | number | line
OCR: c: \borlandc \examples\win 30\whello2.cpp #define STRICT #include <windows.h> #include "header1.h" int Main: : MessageLoop( void ) MSG msg; while ( GetMessage ( &msg, NULL, 0, 0 ) ) TranslateMessage ( &msg ); DispatchMessage ( &msg ); return msg.wParam;